3.17.5
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 Jul 2015 11:52:36 +0000 (07:52 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Jul 2015 04:19:10 +0000 (00:19 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index feffb0763bd8acf7a4c0b3837f6a50587be155a6..57f6ebd6f8d2346dc96563109b9dd2aafa0f449a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,9 @@ Overview of Changes in GTK+ 3.17.5
  - Support CSS letter-spacing for labels and entries
  - Partial support for CSS text-decoration
 
+* Font handling
+ - Per-widget font options and font maps are supported now
+
 * gtk-demo has various new and improved examples
 
 * X11
@@ -48,6 +51,7 @@ Overview of Changes in GTK+ 3.17.5
 * Wayland
  - Various fixes to make Copy-Paste and Drag-and-Drop work better
  - Ignore size increments for maximized and fullscreen windows
+ - Fix cursor handling in hi-dpi
 
 * Mir
  - Various fixes and improvements
@@ -94,6 +98,13 @@ Overview of Changes in GTK+ 3.17.5
  752131 GtkButtonBox has spacing between buttons by default when set to ...
  752509 GtkFileChooserButton causes layout jumps
  752520 Crash getting a NULL visual in glx_pixmap_get
+ 309300 Add a key binding for adjusting the value in a spin box
+ 725551 GTK FontChooserWidget should show a placeholder text in the empt...
+ 751812 add gtk_widget_set_font_map
+ 752502 Documentation fix for GdkGLContext
+ 752616 wayland: Always apply scaling factor to cursor hotspot and dimen...
+ 752599 GtkDrawingArea: Only respects background-color if "draw" signal ...
+
 
 * Translation updates:
  Czech
index f14abea2e884f1c416a001f5b5712b6c5feb76ab..939b388643a9711fbb694e0cab3ef909057010d2 100644 (file)
@@ -10,7 +10,7 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [17])
-m4_define([gtk_micro_version], [4])
+m4_define([gtk_micro_version], [5])
 m4_define([gtk_interface_age], [0])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])